ACNA-3510: validate app config by default#897
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
This is an awesome start. Great job! Couple things here:
|
| unit = true | ||
| } | ||
|
|
||
| const buildConfigs = await this.getAppExtConfigs({ extension }) |
There was a problem hiding this comment.
Not a comment on your code but previous code: not sure how the previous code worked since it shouldn't. The unit tests didn't catch this https://github.com/adobe/aio-cli-plugin-app/blob/master/test/commands/app/test.test.js
There was a problem hiding this comment.
Wild! What was the issue?
There was a problem hiding this comment.
Seems to be a red herring.
At first glance aio app test should not have worked, basically - the first param should be flags (object) - you pass in all the flags, but { extension } (object) is passed. But it's just the call is passing in only the extension flag itself.
…e it inherit BaseCommand flags
Always verify in pack. |
Description
Related Issue
https://jira.corp.adobe.com/browse/ACNA-3510
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: